Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

core/repository/src/commonMain/kotlin/org/meshtastic/core/repository/MeshRouter.kt e85300531e124df08788c1b765d50af1bf6d516d (e8530053) Text, 1.56 KB

T8b949e/*
* Copyright (c) 2025-2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.repository

T8b949e/** Interface for the central router that orchestrates specialized mesh packet handlers. */
Tff7b72interface T56d364MeshRouter Tb4b4b4{
T8b949e/** Access to the data handler. */
Tff7b72val Te6edf3dataHandlerTb4b4b4: Te6edf3MeshDataHandler

T8b949e/** Access to the configuration handler. */
Tff7b72val Te6edf3configHandlerTb4b4b4: Te6edf3MeshConfigHandler

T8b949e/** Access to the traceroute handler. */
Tff7b72val Te6edf3tracerouteHandlerTb4b4b4: Te6edf3TracerouteHandler

T8b949e/** Access to the neighbor info handler. */
Tff7b72val Te6edf3neighborInfoHandlerTb4b4b4: Te6edf3NeighborInfoHandler

T8b949e/** Access to the configuration flow manager. */
Tff7b72val Te6edf3configFlowManagerTb4b4b4: Te6edf3MeshConfigFlowManager

T8b949e/** Access to the MQTT manager. */
Tff7b72val Te6edf3mqttManagerTb4b4b4: Te6edf3MqttManager

T8b949e/** Access to the action handler. */
Tff7b72val Te6edf3actionHandlerTb4b4b4: Te6edf3MeshActionHandler

T8b949e/** Access to the XModem file-transfer manager. */
Tff7b72val Te6edf3xmodemManagerTb4b4b4: Te6edf3XModemManager
Tb4b4b4}

Served by rngit 1.5.0 - Generated in 0.04s